<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELAT%C3%93RIO%20I_arquivos/estilo.css">
<link rel="stylesheet" href="RELAT%C3%93RIO%20I_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELAT%C3%93RIO%20I_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELAT%C3%93RIO%20I_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20I_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20I_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20I_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | I - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="27" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96451" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;478488&nbsp;ALECIO FERNANDES RAFAEL
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="478488" type="hidden"></td>
            
            <td id="colunaNotaAluno_478488_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_154" id="ci_AlunoAvaliacao_478488_154" value="79044011" type="hidden">
                <input name="nr_Nota_478488_154" id="nr_Nota_478488_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_160" id="ci_AlunoAvaliacao_478488_160" value="79041949" type="hidden">
                <input name="nr_Nota_478488_160" id="nr_Nota_478488_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_530" id="ci_AlunoAvaliacao_478488_530" value="79045443" type="hidden">
                <input name="nr_Nota_478488_530" id="nr_Nota_478488_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_780" id="ci_AlunoAvaliacao_478488_780" value="79323509" type="hidden">
                <input name="nr_Nota_478488_780" id="nr_Nota_478488_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_800" id="ci_AlunoAvaliacao_478488_800" value="79043761" type="hidden">
                <input name="nr_Nota_478488_800" id="nr_Nota_478488_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_890" id="ci_AlunoAvaliacao_478488_890" value="87704876" type="hidden">
                <input name="nr_Nota_478488_890" id="nr_Nota_478488_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_970" id="ci_AlunoAvaliacao_478488_970" value="79041790" type="hidden">
                <input name="nr_Nota_478488_970" id="nr_Nota_478488_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_3330" id="ci_AlunoAvaliacao_478488_3330" value="79045128" type="hidden">
                <input name="nr_Nota_478488_3330" id="nr_Nota_478488_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1130" id="ci_AlunoAvaliacao_478488_1130" value="79044210" type="hidden">
                <input name="nr_Nota_478488_1130" id="nr_Nota_478488_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1140" id="ci_AlunoAvaliacao_478488_1140" value="79044637" type="hidden">
                <input name="nr_Nota_478488_1140" id="nr_Nota_478488_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1200" id="ci_AlunoAvaliacao_478488_1200" value="98910120" type="hidden">
                <input name="nr_Nota_478488_1200" id="nr_Nota_478488_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1620" id="ci_AlunoAvaliacao_478488_1620" value="79043259" type="hidden">
                <input name="nr_Nota_478488_1620" id="nr_Nota_478488_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1730" id="ci_AlunoAvaliacao_478488_1730" value="77738002" type="hidden">
                <input name="nr_Nota_478488_1730" id="nr_Nota_478488_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2583204&nbsp;ANA BEATRIZ DE ALBUQUERQUE CASTRO
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="2583204" type="hidden"></td>
            
            <td id="colunaNotaAluno_2583204_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_154" id="ci_AlunoAvaliacao_2583204_154" value="79044012" type="hidden">
                <input name="nr_Nota_2583204_154" id="nr_Nota_2583204_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_160" id="ci_AlunoAvaliacao_2583204_160" value="79041950" type="hidden">
                <input name="nr_Nota_2583204_160" id="nr_Nota_2583204_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_530" id="ci_AlunoAvaliacao_2583204_530" value="79045444" type="hidden">
                <input name="nr_Nota_2583204_530" id="nr_Nota_2583204_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_780" id="ci_AlunoAvaliacao_2583204_780" value="79323510" type="hidden">
                <input name="nr_Nota_2583204_780" id="nr_Nota_2583204_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_800" id="ci_AlunoAvaliacao_2583204_800" value="79043762" type="hidden">
                <input name="nr_Nota_2583204_800" id="nr_Nota_2583204_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_890" id="ci_AlunoAvaliacao_2583204_890" value="87704877" type="hidden">
                <input name="nr_Nota_2583204_890" id="nr_Nota_2583204_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_970" id="ci_AlunoAvaliacao_2583204_970" value="79041791" type="hidden">
                <input name="nr_Nota_2583204_970" id="nr_Nota_2583204_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_3330" id="ci_AlunoAvaliacao_2583204_3330" value="79045129" type="hidden">
                <input name="nr_Nota_2583204_3330" id="nr_Nota_2583204_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1130" id="ci_AlunoAvaliacao_2583204_1130" value="79044211" type="hidden">
                <input name="nr_Nota_2583204_1130" id="nr_Nota_2583204_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1140" id="ci_AlunoAvaliacao_2583204_1140" value="79044638" type="hidden">
                <input name="nr_Nota_2583204_1140" id="nr_Nota_2583204_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1200" id="ci_AlunoAvaliacao_2583204_1200" value="98977780" type="hidden">
                <input name="nr_Nota_2583204_1200" id="nr_Nota_2583204_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1620" id="ci_AlunoAvaliacao_2583204_1620" value="79043260" type="hidden">
                <input name="nr_Nota_2583204_1620" id="nr_Nota_2583204_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1730" id="ci_AlunoAvaliacao_2583204_1730" value="77738003" type="hidden">
                <input name="nr_Nota_2583204_1730" id="nr_Nota_2583204_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;770964&nbsp;ANA JESEBEL DA SILVA BRASIL
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="770964" type="hidden"></td>
            
            <td id="colunaNotaAluno_770964_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_154" id="ci_AlunoAvaliacao_770964_154" value="79044013" type="hidden">
                <input name="nr_Nota_770964_154" id="nr_Nota_770964_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_160" id="ci_AlunoAvaliacao_770964_160" value="79041951" type="hidden">
                <input name="nr_Nota_770964_160" id="nr_Nota_770964_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_530" id="ci_AlunoAvaliacao_770964_530" value="79045445" type="hidden">
                <input name="nr_Nota_770964_530" id="nr_Nota_770964_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_780" id="ci_AlunoAvaliacao_770964_780" value="79323511" type="hidden">
                <input name="nr_Nota_770964_780" id="nr_Nota_770964_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_800" id="ci_AlunoAvaliacao_770964_800" value="79043763" type="hidden">
                <input name="nr_Nota_770964_800" id="nr_Nota_770964_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_890" id="ci_AlunoAvaliacao_770964_890" value="87704878" type="hidden">
                <input name="nr_Nota_770964_890" id="nr_Nota_770964_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_970" id="ci_AlunoAvaliacao_770964_970" value="79041792" type="hidden">
                <input name="nr_Nota_770964_970" id="nr_Nota_770964_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_3330" id="ci_AlunoAvaliacao_770964_3330" value="79045130" type="hidden">
                <input name="nr_Nota_770964_3330" id="nr_Nota_770964_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1130" id="ci_AlunoAvaliacao_770964_1130" value="79044212" type="hidden">
                <input name="nr_Nota_770964_1130" id="nr_Nota_770964_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1140" id="ci_AlunoAvaliacao_770964_1140" value="79044639" type="hidden">
                <input name="nr_Nota_770964_1140" id="nr_Nota_770964_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1200" id="ci_AlunoAvaliacao_770964_1200" value="99815343" type="hidden">
                <input name="nr_Nota_770964_1200" id="nr_Nota_770964_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1620" id="ci_AlunoAvaliacao_770964_1620" value="79043261" type="hidden">
                <input name="nr_Nota_770964_1620" id="nr_Nota_770964_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1730" id="ci_AlunoAvaliacao_770964_1730" value="77738004" type="hidden">
                <input name="nr_Nota_770964_1730" id="nr_Nota_770964_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1694696&nbsp;ANTONIA GERMANA PEREIRA SANTOS
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1694696" type="hidden"></td>
            
            <td id="colunaNotaAluno_1694696_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_154" id="ci_AlunoAvaliacao_1694696_154" value="79044014" type="hidden">
                <input name="nr_Nota_1694696_154" id="nr_Nota_1694696_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_160" id="ci_AlunoAvaliacao_1694696_160" value="79041952" type="hidden">
                <input name="nr_Nota_1694696_160" id="nr_Nota_1694696_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_530" id="ci_AlunoAvaliacao_1694696_530" value="79045446" type="hidden">
                <input name="nr_Nota_1694696_530" id="nr_Nota_1694696_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_780" id="ci_AlunoAvaliacao_1694696_780" value="79323512" type="hidden">
                <input name="nr_Nota_1694696_780" id="nr_Nota_1694696_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_800" id="ci_AlunoAvaliacao_1694696_800" value="79043764" type="hidden">
                <input name="nr_Nota_1694696_800" id="nr_Nota_1694696_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_890" id="ci_AlunoAvaliacao_1694696_890" value="87704879" type="hidden">
                <input name="nr_Nota_1694696_890" id="nr_Nota_1694696_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_970" id="ci_AlunoAvaliacao_1694696_970" value="79041793" type="hidden">
                <input name="nr_Nota_1694696_970" id="nr_Nota_1694696_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_3330" id="ci_AlunoAvaliacao_1694696_3330" value="79045131" type="hidden">
                <input name="nr_Nota_1694696_3330" id="nr_Nota_1694696_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1130" id="ci_AlunoAvaliacao_1694696_1130" value="79044213" type="hidden">
                <input name="nr_Nota_1694696_1130" id="nr_Nota_1694696_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1140" id="ci_AlunoAvaliacao_1694696_1140" value="79044640" type="hidden">
                <input name="nr_Nota_1694696_1140" id="nr_Nota_1694696_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1200" id="ci_AlunoAvaliacao_1694696_1200" value="99815344" type="hidden">
                <input name="nr_Nota_1694696_1200" id="nr_Nota_1694696_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1620" id="ci_AlunoAvaliacao_1694696_1620" value="79043262" type="hidden">
                <input name="nr_Nota_1694696_1620" id="nr_Nota_1694696_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1730" id="ci_AlunoAvaliacao_1694696_1730" value="77743318" type="hidden">
                <input name="nr_Nota_1694696_1730" id="nr_Nota_1694696_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1151287&nbsp;BARBARA LETICIA ALVES PESSOA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1151287" type="hidden"></td>
            
            <td id="colunaNotaAluno_1151287_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_154" id="ci_AlunoAvaliacao_1151287_154" value="79044015" type="hidden">
                <input name="nr_Nota_1151287_154" id="nr_Nota_1151287_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_160" id="ci_AlunoAvaliacao_1151287_160" value="79041953" type="hidden">
                <input name="nr_Nota_1151287_160" id="nr_Nota_1151287_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_530" id="ci_AlunoAvaliacao_1151287_530" value="79045447" type="hidden">
                <input name="nr_Nota_1151287_530" id="nr_Nota_1151287_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_780" id="ci_AlunoAvaliacao_1151287_780" value="79323513" type="hidden">
                <input name="nr_Nota_1151287_780" id="nr_Nota_1151287_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_800" id="ci_AlunoAvaliacao_1151287_800" value="79043765" type="hidden">
                <input name="nr_Nota_1151287_800" id="nr_Nota_1151287_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_890" id="ci_AlunoAvaliacao_1151287_890" value="87704880" type="hidden">
                <input name="nr_Nota_1151287_890" id="nr_Nota_1151287_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_970" id="ci_AlunoAvaliacao_1151287_970" value="79041794" type="hidden">
                <input name="nr_Nota_1151287_970" id="nr_Nota_1151287_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_3330" id="ci_AlunoAvaliacao_1151287_3330" value="79045132" type="hidden">
                <input name="nr_Nota_1151287_3330" id="nr_Nota_1151287_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1130" id="ci_AlunoAvaliacao_1151287_1130" value="79044214" type="hidden">
                <input name="nr_Nota_1151287_1130" id="nr_Nota_1151287_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1140" id="ci_AlunoAvaliacao_1151287_1140" value="79044641" type="hidden">
                <input name="nr_Nota_1151287_1140" id="nr_Nota_1151287_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1200" id="ci_AlunoAvaliacao_1151287_1200" value="99815345" type="hidden">
                <input name="nr_Nota_1151287_1200" id="nr_Nota_1151287_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1620" id="ci_AlunoAvaliacao_1151287_1620" value="79043263" type="hidden">
                <input name="nr_Nota_1151287_1620" id="nr_Nota_1151287_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1730" id="ci_AlunoAvaliacao_1151287_1730" value="77743319" type="hidden">
                <input name="nr_Nota_1151287_1730" id="nr_Nota_1151287_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;39077&nbsp;BRENA KEZIA DE SOUSA LEITE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="39077" type="hidden"></td>
            
            <td id="colunaNotaAluno_39077_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_154" id="ci_AlunoAvaliacao_39077_154" value="79044016" type="hidden">
                <input name="nr_Nota_39077_154" id="nr_Nota_39077_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_160" id="ci_AlunoAvaliacao_39077_160" value="79041954" type="hidden">
                <input name="nr_Nota_39077_160" id="nr_Nota_39077_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_530" id="ci_AlunoAvaliacao_39077_530" value="79045448" type="hidden">
                <input name="nr_Nota_39077_530" id="nr_Nota_39077_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_780" id="ci_AlunoAvaliacao_39077_780" value="79323514" type="hidden">
                <input name="nr_Nota_39077_780" id="nr_Nota_39077_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_800" id="ci_AlunoAvaliacao_39077_800" value="79043766" type="hidden">
                <input name="nr_Nota_39077_800" id="nr_Nota_39077_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_890" id="ci_AlunoAvaliacao_39077_890" value="87704881" type="hidden">
                <input name="nr_Nota_39077_890" id="nr_Nota_39077_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_970" id="ci_AlunoAvaliacao_39077_970" value="79041795" type="hidden">
                <input name="nr_Nota_39077_970" id="nr_Nota_39077_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_3330" id="ci_AlunoAvaliacao_39077_3330" value="79045133" type="hidden">
                <input name="nr_Nota_39077_3330" id="nr_Nota_39077_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1130" id="ci_AlunoAvaliacao_39077_1130" value="79044215" type="hidden">
                <input name="nr_Nota_39077_1130" id="nr_Nota_39077_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1140" id="ci_AlunoAvaliacao_39077_1140" value="79044642" type="hidden">
                <input name="nr_Nota_39077_1140" id="nr_Nota_39077_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1200" id="ci_AlunoAvaliacao_39077_1200" value="99815346" type="hidden">
                <input name="nr_Nota_39077_1200" id="nr_Nota_39077_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1620" id="ci_AlunoAvaliacao_39077_1620" value="79043264" type="hidden">
                <input name="nr_Nota_39077_1620" id="nr_Nota_39077_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1730" id="ci_AlunoAvaliacao_39077_1730" value="77743320" type="hidden">
                <input name="nr_Nota_39077_1730" id="nr_Nota_39077_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;635170&nbsp;BRUNO DA SILVA FREIRE
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="635170" type="hidden"></td>
            
            <td id="colunaNotaAluno_635170_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_154" id="ci_AlunoAvaliacao_635170_154" value="79044018" type="hidden">
                <input name="nr_Nota_635170_154" id="nr_Nota_635170_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_160" id="ci_AlunoAvaliacao_635170_160" value="79041956" type="hidden">
                <input name="nr_Nota_635170_160" id="nr_Nota_635170_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_530" id="ci_AlunoAvaliacao_635170_530" value="79045450" type="hidden">
                <input name="nr_Nota_635170_530" id="nr_Nota_635170_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_780" id="ci_AlunoAvaliacao_635170_780" value="79323516" type="hidden">
                <input name="nr_Nota_635170_780" id="nr_Nota_635170_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_800" id="ci_AlunoAvaliacao_635170_800" value="79043768" type="hidden">
                <input name="nr_Nota_635170_800" id="nr_Nota_635170_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_890" id="ci_AlunoAvaliacao_635170_890" value="87704882" type="hidden">
                <input name="nr_Nota_635170_890" id="nr_Nota_635170_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_970" id="ci_AlunoAvaliacao_635170_970" value="79041797" type="hidden">
                <input name="nr_Nota_635170_970" id="nr_Nota_635170_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_3330" id="ci_AlunoAvaliacao_635170_3330" value="79045135" type="hidden">
                <input name="nr_Nota_635170_3330" id="nr_Nota_635170_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1130" id="ci_AlunoAvaliacao_635170_1130" value="79044217" type="hidden">
                <input name="nr_Nota_635170_1130" id="nr_Nota_635170_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1140" id="ci_AlunoAvaliacao_635170_1140" value="79044644" type="hidden">
                <input name="nr_Nota_635170_1140" id="nr_Nota_635170_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1200" id="ci_AlunoAvaliacao_635170_1200" value="99815347" type="hidden">
                <input name="nr_Nota_635170_1200" id="nr_Nota_635170_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1620" id="ci_AlunoAvaliacao_635170_1620" value="79043266" type="hidden">
                <input name="nr_Nota_635170_1620" id="nr_Nota_635170_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1730" id="ci_AlunoAvaliacao_635170_1730" value="77743322" type="hidden">
                <input name="nr_Nota_635170_1730" id="nr_Nota_635170_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902386&nbsp;DAIANA VIANA DE SOUSA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="902386" type="hidden"></td>
            
            <td id="colunaNotaAluno_902386_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_154" id="ci_AlunoAvaliacao_902386_154" value="79044019" type="hidden">
                <input name="nr_Nota_902386_154" id="nr_Nota_902386_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_160" id="ci_AlunoAvaliacao_902386_160" value="79041957" type="hidden">
                <input name="nr_Nota_902386_160" id="nr_Nota_902386_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_530" id="ci_AlunoAvaliacao_902386_530" value="79045451" type="hidden">
                <input name="nr_Nota_902386_530" id="nr_Nota_902386_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_780" id="ci_AlunoAvaliacao_902386_780" value="79323517" type="hidden">
                <input name="nr_Nota_902386_780" id="nr_Nota_902386_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_800" id="ci_AlunoAvaliacao_902386_800" value="79043769" type="hidden">
                <input name="nr_Nota_902386_800" id="nr_Nota_902386_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_890" id="ci_AlunoAvaliacao_902386_890" value="87704883" type="hidden">
                <input name="nr_Nota_902386_890" id="nr_Nota_902386_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_970" id="ci_AlunoAvaliacao_902386_970" value="79041798" type="hidden">
                <input name="nr_Nota_902386_970" id="nr_Nota_902386_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_3330" id="ci_AlunoAvaliacao_902386_3330" value="79045136" type="hidden">
                <input name="nr_Nota_902386_3330" id="nr_Nota_902386_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1130" id="ci_AlunoAvaliacao_902386_1130" value="79044218" type="hidden">
                <input name="nr_Nota_902386_1130" id="nr_Nota_902386_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1140" id="ci_AlunoAvaliacao_902386_1140" value="79044645" type="hidden">
                <input name="nr_Nota_902386_1140" id="nr_Nota_902386_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1200" id="ci_AlunoAvaliacao_902386_1200" value="99815348" type="hidden">
                <input name="nr_Nota_902386_1200" id="nr_Nota_902386_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1620" id="ci_AlunoAvaliacao_902386_1620" value="79043267" type="hidden">
                <input name="nr_Nota_902386_1620" id="nr_Nota_902386_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1730" id="ci_AlunoAvaliacao_902386_1730" value="77743323" type="hidden">
                <input name="nr_Nota_902386_1730" id="nr_Nota_902386_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;179721&nbsp;DAVID GOMES BARROSO
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="179721" type="hidden"></td>
            
            <td id="colunaNotaAluno_179721_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_154" id="ci_AlunoAvaliacao_179721_154" value="79044020" type="hidden">
                <input name="nr_Nota_179721_154" id="nr_Nota_179721_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_160" id="ci_AlunoAvaliacao_179721_160" value="79041958" type="hidden">
                <input name="nr_Nota_179721_160" id="nr_Nota_179721_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_530" id="ci_AlunoAvaliacao_179721_530" value="79045452" type="hidden">
                <input name="nr_Nota_179721_530" id="nr_Nota_179721_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_780" id="ci_AlunoAvaliacao_179721_780" value="79323518" type="hidden">
                <input name="nr_Nota_179721_780" id="nr_Nota_179721_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_800" id="ci_AlunoAvaliacao_179721_800" value="79043770" type="hidden">
                <input name="nr_Nota_179721_800" id="nr_Nota_179721_800" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_890" id="ci_AlunoAvaliacao_179721_890" value="87704884" type="hidden">
                <input name="nr_Nota_179721_890" id="nr_Nota_179721_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_970" id="ci_AlunoAvaliacao_179721_970" value="79041799" type="hidden">
                <input name="nr_Nota_179721_970" id="nr_Nota_179721_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_3330" id="ci_AlunoAvaliacao_179721_3330" value="79045137" type="hidden">
                <input name="nr_Nota_179721_3330" id="nr_Nota_179721_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1130" id="ci_AlunoAvaliacao_179721_1130" value="79044219" type="hidden">
                <input name="nr_Nota_179721_1130" id="nr_Nota_179721_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1140" id="ci_AlunoAvaliacao_179721_1140" value="79044646" type="hidden">
                <input name="nr_Nota_179721_1140" id="nr_Nota_179721_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1200" id="ci_AlunoAvaliacao_179721_1200" value="99815349" type="hidden">
                <input name="nr_Nota_179721_1200" id="nr_Nota_179721_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1620" id="ci_AlunoAvaliacao_179721_1620" value="79043268" type="hidden">
                <input name="nr_Nota_179721_1620" id="nr_Nota_179721_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1730" id="ci_AlunoAvaliacao_179721_1730" value="77743324" type="hidden">
                <input name="nr_Nota_179721_1730" id="nr_Nota_179721_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1172463&nbsp;ELIZABETH EDUARDO FERREIRA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1172463" type="hidden"></td>
            
            <td id="colunaNotaAluno_1172463_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_154" id="ci_AlunoAvaliacao_1172463_154" value="79044022" type="hidden">
                <input name="nr_Nota_1172463_154" id="nr_Nota_1172463_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_160" id="ci_AlunoAvaliacao_1172463_160" value="79041960" type="hidden">
                <input name="nr_Nota_1172463_160" id="nr_Nota_1172463_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_530" id="ci_AlunoAvaliacao_1172463_530" value="79045454" type="hidden">
                <input name="nr_Nota_1172463_530" id="nr_Nota_1172463_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_780" id="ci_AlunoAvaliacao_1172463_780" value="79323520" type="hidden">
                <input name="nr_Nota_1172463_780" id="nr_Nota_1172463_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_800" id="ci_AlunoAvaliacao_1172463_800" value="79043772" type="hidden">
                <input name="nr_Nota_1172463_800" id="nr_Nota_1172463_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_890" id="ci_AlunoAvaliacao_1172463_890" value="87704885" type="hidden">
                <input name="nr_Nota_1172463_890" id="nr_Nota_1172463_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_970" id="ci_AlunoAvaliacao_1172463_970" value="79041801" type="hidden">
                <input name="nr_Nota_1172463_970" id="nr_Nota_1172463_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_3330" id="ci_AlunoAvaliacao_1172463_3330" value="79045139" type="hidden">
                <input name="nr_Nota_1172463_3330" id="nr_Nota_1172463_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1130" id="ci_AlunoAvaliacao_1172463_1130" value="79044221" type="hidden">
                <input name="nr_Nota_1172463_1130" id="nr_Nota_1172463_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1140" id="ci_AlunoAvaliacao_1172463_1140" value="79044648" type="hidden">
                <input name="nr_Nota_1172463_1140" id="nr_Nota_1172463_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1200" id="ci_AlunoAvaliacao_1172463_1200" value="99815350" type="hidden">
                <input name="nr_Nota_1172463_1200" id="nr_Nota_1172463_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1620" id="ci_AlunoAvaliacao_1172463_1620" value="79043270" type="hidden">
                <input name="nr_Nota_1172463_1620" id="nr_Nota_1172463_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1730" id="ci_AlunoAvaliacao_1172463_1730" value="77743326" type="hidden">
                <input name="nr_Nota_1172463_1730" id="nr_Nota_1172463_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1233385&nbsp;ERIC BRENO SANTOS DE MELO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1233385" type="hidden"></td>
            
            <td id="colunaNotaAluno_1233385_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_154" id="ci_AlunoAvaliacao_1233385_154" value="79044023" type="hidden">
                <input name="nr_Nota_1233385_154" id="nr_Nota_1233385_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_160" id="ci_AlunoAvaliacao_1233385_160" value="79042661" type="hidden">
                <input name="nr_Nota_1233385_160" id="nr_Nota_1233385_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_530" id="ci_AlunoAvaliacao_1233385_530" value="79045455" type="hidden">
                <input name="nr_Nota_1233385_530" id="nr_Nota_1233385_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_780" id="ci_AlunoAvaliacao_1233385_780" value="79323521" type="hidden">
                <input name="nr_Nota_1233385_780" id="nr_Nota_1233385_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_800" id="ci_AlunoAvaliacao_1233385_800" value="79043773" type="hidden">
                <input name="nr_Nota_1233385_800" id="nr_Nota_1233385_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_890" id="ci_AlunoAvaliacao_1233385_890" value="87704886" type="hidden">
                <input name="nr_Nota_1233385_890" id="nr_Nota_1233385_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_970" id="ci_AlunoAvaliacao_1233385_970" value="79041802" type="hidden">
                <input name="nr_Nota_1233385_970" id="nr_Nota_1233385_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_3330" id="ci_AlunoAvaliacao_1233385_3330" value="79045140" type="hidden">
                <input name="nr_Nota_1233385_3330" id="nr_Nota_1233385_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1130" id="ci_AlunoAvaliacao_1233385_1130" value="79044222" type="hidden">
                <input name="nr_Nota_1233385_1130" id="nr_Nota_1233385_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1140" id="ci_AlunoAvaliacao_1233385_1140" value="79044649" type="hidden">
                <input name="nr_Nota_1233385_1140" id="nr_Nota_1233385_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1200" id="ci_AlunoAvaliacao_1233385_1200" value="99815351" type="hidden">
                <input name="nr_Nota_1233385_1200" id="nr_Nota_1233385_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1620" id="ci_AlunoAvaliacao_1233385_1620" value="79043271" type="hidden">
                <input name="nr_Nota_1233385_1620" id="nr_Nota_1233385_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1730" id="ci_AlunoAvaliacao_1233385_1730" value="77743327" type="hidden">
                <input name="nr_Nota_1233385_1730" id="nr_Nota_1233385_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;401310&nbsp;FRANCISCA ELIDA PEREIRA DA SILVA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="401310" type="hidden"></td>
            
            <td id="colunaNotaAluno_401310_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_154" id="ci_AlunoAvaliacao_401310_154" value="79044024" type="hidden">
                <input name="nr_Nota_401310_154" id="nr_Nota_401310_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_160" id="ci_AlunoAvaliacao_401310_160" value="79042662" type="hidden">
                <input name="nr_Nota_401310_160" id="nr_Nota_401310_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_530" id="ci_AlunoAvaliacao_401310_530" value="79045456" type="hidden">
                <input name="nr_Nota_401310_530" id="nr_Nota_401310_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_780" id="ci_AlunoAvaliacao_401310_780" value="79323522" type="hidden">
                <input name="nr_Nota_401310_780" id="nr_Nota_401310_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_800" id="ci_AlunoAvaliacao_401310_800" value="79043774" type="hidden">
                <input name="nr_Nota_401310_800" id="nr_Nota_401310_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_890" id="ci_AlunoAvaliacao_401310_890" value="87704887" type="hidden">
                <input name="nr_Nota_401310_890" id="nr_Nota_401310_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_970" id="ci_AlunoAvaliacao_401310_970" value="79041803" type="hidden">
                <input name="nr_Nota_401310_970" id="nr_Nota_401310_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_3330" id="ci_AlunoAvaliacao_401310_3330" value="79045141" type="hidden">
                <input name="nr_Nota_401310_3330" id="nr_Nota_401310_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1130" id="ci_AlunoAvaliacao_401310_1130" value="79044223" type="hidden">
                <input name="nr_Nota_401310_1130" id="nr_Nota_401310_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1140" id="ci_AlunoAvaliacao_401310_1140" value="79044650" type="hidden">
                <input name="nr_Nota_401310_1140" id="nr_Nota_401310_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1200" id="ci_AlunoAvaliacao_401310_1200" value="99815352" type="hidden">
                <input name="nr_Nota_401310_1200" id="nr_Nota_401310_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1620" id="ci_AlunoAvaliacao_401310_1620" value="79043272" type="hidden">
                <input name="nr_Nota_401310_1620" id="nr_Nota_401310_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1730" id="ci_AlunoAvaliacao_401310_1730" value="77743328" type="hidden">
                <input name="nr_Nota_401310_1730" id="nr_Nota_401310_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;612601&nbsp;FRANCISCA MAYARA FERNANDES
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="612601" type="hidden"></td>
            
            <td id="colunaNotaAluno_612601_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_154" id="ci_AlunoAvaliacao_612601_154" value="79044025" type="hidden">
                <input name="nr_Nota_612601_154" id="nr_Nota_612601_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_160" id="ci_AlunoAvaliacao_612601_160" value="79042663" type="hidden">
                <input name="nr_Nota_612601_160" id="nr_Nota_612601_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_530" id="ci_AlunoAvaliacao_612601_530" value="79045457" type="hidden">
                <input name="nr_Nota_612601_530" id="nr_Nota_612601_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_780" id="ci_AlunoAvaliacao_612601_780" value="79323523" type="hidden">
                <input name="nr_Nota_612601_780" id="nr_Nota_612601_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_800" id="ci_AlunoAvaliacao_612601_800" value="79043775" type="hidden">
                <input name="nr_Nota_612601_800" id="nr_Nota_612601_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_890" id="ci_AlunoAvaliacao_612601_890" value="87704888" type="hidden">
                <input name="nr_Nota_612601_890" id="nr_Nota_612601_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_970" id="ci_AlunoAvaliacao_612601_970" value="79041804" type="hidden">
                <input name="nr_Nota_612601_970" id="nr_Nota_612601_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_3330" id="ci_AlunoAvaliacao_612601_3330" value="79045142" type="hidden">
                <input name="nr_Nota_612601_3330" id="nr_Nota_612601_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1130" id="ci_AlunoAvaliacao_612601_1130" value="79044224" type="hidden">
                <input name="nr_Nota_612601_1130" id="nr_Nota_612601_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1140" id="ci_AlunoAvaliacao_612601_1140" value="79044651" type="hidden">
                <input name="nr_Nota_612601_1140" id="nr_Nota_612601_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1200" id="ci_AlunoAvaliacao_612601_1200" value="99815353" type="hidden">
                <input name="nr_Nota_612601_1200" id="nr_Nota_612601_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1620" id="ci_AlunoAvaliacao_612601_1620" value="79043273" type="hidden">
                <input name="nr_Nota_612601_1620" id="nr_Nota_612601_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1730" id="ci_AlunoAvaliacao_612601_1730" value="77743329" type="hidden">
                <input name="nr_Nota_612601_1730" id="nr_Nota_612601_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305354&nbsp;GABRIELLA GADELHA MOREIRA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1305354" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305354_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_154" id="ci_AlunoAvaliacao_1305354_154" value="79044026" type="hidden">
                <input name="nr_Nota_1305354_154" id="nr_Nota_1305354_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_160" id="ci_AlunoAvaliacao_1305354_160" value="79042664" type="hidden">
                <input name="nr_Nota_1305354_160" id="nr_Nota_1305354_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_530" id="ci_AlunoAvaliacao_1305354_530" value="79045458" type="hidden">
                <input name="nr_Nota_1305354_530" id="nr_Nota_1305354_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_780" id="ci_AlunoAvaliacao_1305354_780" value="79323524" type="hidden">
                <input name="nr_Nota_1305354_780" id="nr_Nota_1305354_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_800" id="ci_AlunoAvaliacao_1305354_800" value="79043776" type="hidden">
                <input name="nr_Nota_1305354_800" id="nr_Nota_1305354_800" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_890" id="ci_AlunoAvaliacao_1305354_890" value="87704889" type="hidden">
                <input name="nr_Nota_1305354_890" id="nr_Nota_1305354_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_970" id="ci_AlunoAvaliacao_1305354_970" value="79041805" type="hidden">
                <input name="nr_Nota_1305354_970" id="nr_Nota_1305354_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_3330" id="ci_AlunoAvaliacao_1305354_3330" value="79045143" type="hidden">
                <input name="nr_Nota_1305354_3330" id="nr_Nota_1305354_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1130" id="ci_AlunoAvaliacao_1305354_1130" value="79044225" type="hidden">
                <input name="nr_Nota_1305354_1130" id="nr_Nota_1305354_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1140" id="ci_AlunoAvaliacao_1305354_1140" value="79044652" type="hidden">
                <input name="nr_Nota_1305354_1140" id="nr_Nota_1305354_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1200" id="ci_AlunoAvaliacao_1305354_1200" value="99815354" type="hidden">
                <input name="nr_Nota_1305354_1200" id="nr_Nota_1305354_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1620" id="ci_AlunoAvaliacao_1305354_1620" value="79043274" type="hidden">
                <input name="nr_Nota_1305354_1620" id="nr_Nota_1305354_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1730" id="ci_AlunoAvaliacao_1305354_1730" value="77743330" type="hidden">
                <input name="nr_Nota_1305354_1730" id="nr_Nota_1305354_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195376&nbsp;JANDSON RODRIGUES DE ALENCAR
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1195376" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195376_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_154" id="ci_AlunoAvaliacao_1195376_154" value="79044027" type="hidden">
                <input name="nr_Nota_1195376_154" id="nr_Nota_1195376_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_160" id="ci_AlunoAvaliacao_1195376_160" value="79042665" type="hidden">
                <input name="nr_Nota_1195376_160" id="nr_Nota_1195376_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_530" id="ci_AlunoAvaliacao_1195376_530" value="79045459" type="hidden">
                <input name="nr_Nota_1195376_530" id="nr_Nota_1195376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_780" id="ci_AlunoAvaliacao_1195376_780" value="79323525" type="hidden">
                <input name="nr_Nota_1195376_780" id="nr_Nota_1195376_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_800" id="ci_AlunoAvaliacao_1195376_800" value="79043777" type="hidden">
                <input name="nr_Nota_1195376_800" id="nr_Nota_1195376_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_890" id="ci_AlunoAvaliacao_1195376_890" value="87704890" type="hidden">
                <input name="nr_Nota_1195376_890" id="nr_Nota_1195376_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_970" id="ci_AlunoAvaliacao_1195376_970" value="79041806" type="hidden">
                <input name="nr_Nota_1195376_970" id="nr_Nota_1195376_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_3330" id="ci_AlunoAvaliacao_1195376_3330" value="79045144" type="hidden">
                <input name="nr_Nota_1195376_3330" id="nr_Nota_1195376_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1130" id="ci_AlunoAvaliacao_1195376_1130" value="79044226" type="hidden">
                <input name="nr_Nota_1195376_1130" id="nr_Nota_1195376_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1140" id="ci_AlunoAvaliacao_1195376_1140" value="79044653" type="hidden">
                <input name="nr_Nota_1195376_1140" id="nr_Nota_1195376_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1200" id="ci_AlunoAvaliacao_1195376_1200" value="98379907" type="hidden">
                <input name="nr_Nota_1195376_1200" id="nr_Nota_1195376_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1620" id="ci_AlunoAvaliacao_1195376_1620" value="79043275" type="hidden">
                <input name="nr_Nota_1195376_1620" id="nr_Nota_1195376_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1730" id="ci_AlunoAvaliacao_1195376_1730" value="77743331" type="hidden">
                <input name="nr_Nota_1195376_1730" id="nr_Nota_1195376_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;672303&nbsp;JOELSON BATISTA POLICARPO DE ARAUJO
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="672303" type="hidden"></td>
            
            <td id="colunaNotaAluno_672303_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_154" id="ci_AlunoAvaliacao_672303_154" value="79044029" type="hidden">
                <input name="nr_Nota_672303_154" id="nr_Nota_672303_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_160" id="ci_AlunoAvaliacao_672303_160" value="79042667" type="hidden">
                <input name="nr_Nota_672303_160" id="nr_Nota_672303_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_530" id="ci_AlunoAvaliacao_672303_530" value="79045461" type="hidden">
                <input name="nr_Nota_672303_530" id="nr_Nota_672303_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_780" id="ci_AlunoAvaliacao_672303_780" value="79323527" type="hidden">
                <input name="nr_Nota_672303_780" id="nr_Nota_672303_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_800" id="ci_AlunoAvaliacao_672303_800" value="79043779" type="hidden">
                <input name="nr_Nota_672303_800" id="nr_Nota_672303_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_890" id="ci_AlunoAvaliacao_672303_890" value="87704891" type="hidden">
                <input name="nr_Nota_672303_890" id="nr_Nota_672303_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_970" id="ci_AlunoAvaliacao_672303_970" value="79041808" type="hidden">
                <input name="nr_Nota_672303_970" id="nr_Nota_672303_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_3330" id="ci_AlunoAvaliacao_672303_3330" value="79045146" type="hidden">
                <input name="nr_Nota_672303_3330" id="nr_Nota_672303_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1130" id="ci_AlunoAvaliacao_672303_1130" value="79044228" type="hidden">
                <input name="nr_Nota_672303_1130" id="nr_Nota_672303_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1140" id="ci_AlunoAvaliacao_672303_1140" value="79044655" type="hidden">
                <input name="nr_Nota_672303_1140" id="nr_Nota_672303_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1200" id="ci_AlunoAvaliacao_672303_1200" value="99815355" type="hidden">
                <input name="nr_Nota_672303_1200" id="nr_Nota_672303_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1620" id="ci_AlunoAvaliacao_672303_1620" value="79043277" type="hidden">
                <input name="nr_Nota_672303_1620" id="nr_Nota_672303_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1730" id="ci_AlunoAvaliacao_672303_1730" value="77743333" type="hidden">
                <input name="nr_Nota_672303_1730" id="nr_Nota_672303_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228390&nbsp;JOSE GENEUTON BARROS JUNIOR
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1228390" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228390_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_154" id="ci_AlunoAvaliacao_1228390_154" value="79044030" type="hidden">
                <input name="nr_Nota_1228390_154" id="nr_Nota_1228390_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_160" id="ci_AlunoAvaliacao_1228390_160" value="79042668" type="hidden">
                <input name="nr_Nota_1228390_160" id="nr_Nota_1228390_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_530" id="ci_AlunoAvaliacao_1228390_530" value="79045462" type="hidden">
                <input name="nr_Nota_1228390_530" id="nr_Nota_1228390_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_780" id="ci_AlunoAvaliacao_1228390_780" value="79323528" type="hidden">
                <input name="nr_Nota_1228390_780" id="nr_Nota_1228390_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_800" id="ci_AlunoAvaliacao_1228390_800" value="79043780" type="hidden">
                <input name="nr_Nota_1228390_800" id="nr_Nota_1228390_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_890" id="ci_AlunoAvaliacao_1228390_890" value="87704892" type="hidden">
                <input name="nr_Nota_1228390_890" id="nr_Nota_1228390_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_970" id="ci_AlunoAvaliacao_1228390_970" value="79041809" type="hidden">
                <input name="nr_Nota_1228390_970" id="nr_Nota_1228390_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_3330" id="ci_AlunoAvaliacao_1228390_3330" value="79045147" type="hidden">
                <input name="nr_Nota_1228390_3330" id="nr_Nota_1228390_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1130" id="ci_AlunoAvaliacao_1228390_1130" value="79044229" type="hidden">
                <input name="nr_Nota_1228390_1130" id="nr_Nota_1228390_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1140" id="ci_AlunoAvaliacao_1228390_1140" value="79044656" type="hidden">
                <input name="nr_Nota_1228390_1140" id="nr_Nota_1228390_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1200" id="ci_AlunoAvaliacao_1228390_1200" value="99815356" type="hidden">
                <input name="nr_Nota_1228390_1200" id="nr_Nota_1228390_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1620" id="ci_AlunoAvaliacao_1228390_1620" value="79043278" type="hidden">
                <input name="nr_Nota_1228390_1620" id="nr_Nota_1228390_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1730" id="ci_AlunoAvaliacao_1228390_1730" value="77743334" type="hidden">
                <input name="nr_Nota_1228390_1730" id="nr_Nota_1228390_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1181392&nbsp;MARCELO JUNIOR APARECIDO DA SILVA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1181392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1181392_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_154" id="ci_AlunoAvaliacao_1181392_154" value="79044031" type="hidden">
                <input name="nr_Nota_1181392_154" id="nr_Nota_1181392_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_160" id="ci_AlunoAvaliacao_1181392_160" value="79042669" type="hidden">
                <input name="nr_Nota_1181392_160" id="nr_Nota_1181392_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_530" id="ci_AlunoAvaliacao_1181392_530" value="79045463" type="hidden">
                <input name="nr_Nota_1181392_530" id="nr_Nota_1181392_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_780" id="ci_AlunoAvaliacao_1181392_780" value="79323529" type="hidden">
                <input name="nr_Nota_1181392_780" id="nr_Nota_1181392_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_800" id="ci_AlunoAvaliacao_1181392_800" value="79043781" type="hidden">
                <input name="nr_Nota_1181392_800" id="nr_Nota_1181392_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_890" id="ci_AlunoAvaliacao_1181392_890" value="87704893" type="hidden">
                <input name="nr_Nota_1181392_890" id="nr_Nota_1181392_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_970" id="ci_AlunoAvaliacao_1181392_970" value="79041810" type="hidden">
                <input name="nr_Nota_1181392_970" id="nr_Nota_1181392_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_3330" id="ci_AlunoAvaliacao_1181392_3330" value="79045148" type="hidden">
                <input name="nr_Nota_1181392_3330" id="nr_Nota_1181392_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1130" id="ci_AlunoAvaliacao_1181392_1130" value="79044230" type="hidden">
                <input name="nr_Nota_1181392_1130" id="nr_Nota_1181392_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1140" id="ci_AlunoAvaliacao_1181392_1140" value="79044657" type="hidden">
                <input name="nr_Nota_1181392_1140" id="nr_Nota_1181392_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1200" id="ci_AlunoAvaliacao_1181392_1200" value="99815357" type="hidden">
                <input name="nr_Nota_1181392_1200" id="nr_Nota_1181392_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1620" id="ci_AlunoAvaliacao_1181392_1620" value="79043279" type="hidden">
                <input name="nr_Nota_1181392_1620" id="nr_Nota_1181392_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1730" id="ci_AlunoAvaliacao_1181392_1730" value="77743335" type="hidden">
                <input name="nr_Nota_1181392_1730" id="nr_Nota_1181392_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196247&nbsp;MARIA CAMILA FERNANDO LOPES
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1196247" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196247_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_154" id="ci_AlunoAvaliacao_1196247_154" value="79044032" type="hidden">
                <input name="nr_Nota_1196247_154" id="nr_Nota_1196247_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_160" id="ci_AlunoAvaliacao_1196247_160" value="79042670" type="hidden">
                <input name="nr_Nota_1196247_160" id="nr_Nota_1196247_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_530" id="ci_AlunoAvaliacao_1196247_530" value="79045464" type="hidden">
                <input name="nr_Nota_1196247_530" id="nr_Nota_1196247_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_780" id="ci_AlunoAvaliacao_1196247_780" value="79323530" type="hidden">
                <input name="nr_Nota_1196247_780" id="nr_Nota_1196247_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_800" id="ci_AlunoAvaliacao_1196247_800" value="79043782" type="hidden">
                <input name="nr_Nota_1196247_800" id="nr_Nota_1196247_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_890" id="ci_AlunoAvaliacao_1196247_890" value="87704894" type="hidden">
                <input name="nr_Nota_1196247_890" id="nr_Nota_1196247_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_970" id="ci_AlunoAvaliacao_1196247_970" value="79041811" type="hidden">
                <input name="nr_Nota_1196247_970" id="nr_Nota_1196247_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_3330" id="ci_AlunoAvaliacao_1196247_3330" value="79045149" type="hidden">
                <input name="nr_Nota_1196247_3330" id="nr_Nota_1196247_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1130" id="ci_AlunoAvaliacao_1196247_1130" value="79044231" type="hidden">
                <input name="nr_Nota_1196247_1130" id="nr_Nota_1196247_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1140" id="ci_AlunoAvaliacao_1196247_1140" value="79044658" type="hidden">
                <input name="nr_Nota_1196247_1140" id="nr_Nota_1196247_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1200" id="ci_AlunoAvaliacao_1196247_1200" value="99815358" type="hidden">
                <input name="nr_Nota_1196247_1200" id="nr_Nota_1196247_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1620" id="ci_AlunoAvaliacao_1196247_1620" value="79043280" type="hidden">
                <input name="nr_Nota_1196247_1620" id="nr_Nota_1196247_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1730" id="ci_AlunoAvaliacao_1196247_1730" value="77743336" type="hidden">
                <input name="nr_Nota_1196247_1730" id="nr_Nota_1196247_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197532&nbsp;MAURI FERREIRA SALES JUNIOR
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1197532" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197532_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_154" id="ci_AlunoAvaliacao_1197532_154" value="79044034" type="hidden">
                <input name="nr_Nota_1197532_154" id="nr_Nota_1197532_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_160" id="ci_AlunoAvaliacao_1197532_160" value="79042672" type="hidden">
                <input name="nr_Nota_1197532_160" id="nr_Nota_1197532_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_530" id="ci_AlunoAvaliacao_1197532_530" value="79045466" type="hidden">
                <input name="nr_Nota_1197532_530" id="nr_Nota_1197532_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_780" id="ci_AlunoAvaliacao_1197532_780" value="79323532" type="hidden">
                <input name="nr_Nota_1197532_780" id="nr_Nota_1197532_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_800" id="ci_AlunoAvaliacao_1197532_800" value="79043784" type="hidden">
                <input name="nr_Nota_1197532_800" id="nr_Nota_1197532_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_890" id="ci_AlunoAvaliacao_1197532_890" value="87704896" type="hidden">
                <input name="nr_Nota_1197532_890" id="nr_Nota_1197532_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_970" id="ci_AlunoAvaliacao_1197532_970" value="79041813" type="hidden">
                <input name="nr_Nota_1197532_970" id="nr_Nota_1197532_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_3330" id="ci_AlunoAvaliacao_1197532_3330" value="79045151" type="hidden">
                <input name="nr_Nota_1197532_3330" id="nr_Nota_1197532_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1130" id="ci_AlunoAvaliacao_1197532_1130" value="79044233" type="hidden">
                <input name="nr_Nota_1197532_1130" id="nr_Nota_1197532_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1140" id="ci_AlunoAvaliacao_1197532_1140" value="79044660" type="hidden">
                <input name="nr_Nota_1197532_1140" id="nr_Nota_1197532_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1200" id="ci_AlunoAvaliacao_1197532_1200" value="99815359" type="hidden">
                <input name="nr_Nota_1197532_1200" id="nr_Nota_1197532_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1620" id="ci_AlunoAvaliacao_1197532_1620" value="79043282" type="hidden">
                <input name="nr_Nota_1197532_1620" id="nr_Nota_1197532_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1730" id="ci_AlunoAvaliacao_1197532_1730" value="77743338" type="hidden">
                <input name="nr_Nota_1197532_1730" id="nr_Nota_1197532_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167681&nbsp;MATHEUS CARVALHO REBOUCAS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1167681" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167681_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_154" id="ci_AlunoAvaliacao_1167681_154" value="79314905" type="hidden">
                <input name="nr_Nota_1167681_154" id="nr_Nota_1167681_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_160" id="ci_AlunoAvaliacao_1167681_160" value="78798748" type="hidden">
                <input name="nr_Nota_1167681_160" id="nr_Nota_1167681_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_530" id="ci_AlunoAvaliacao_1167681_530" value="78808222" type="hidden">
                <input name="nr_Nota_1167681_530" id="nr_Nota_1167681_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_780" id="ci_AlunoAvaliacao_1167681_780" value="79088002" type="hidden">
                <input name="nr_Nota_1167681_780" id="nr_Nota_1167681_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_800" id="ci_AlunoAvaliacao_1167681_800" value="78824550" type="hidden">
                <input name="nr_Nota_1167681_800" id="nr_Nota_1167681_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_890" id="ci_AlunoAvaliacao_1167681_890" value="102660171" type="hidden">
                <input name="nr_Nota_1167681_890" id="nr_Nota_1167681_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_970" id="ci_AlunoAvaliacao_1167681_970" value="78789860" type="hidden">
                <input name="nr_Nota_1167681_970" id="nr_Nota_1167681_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_3330" id="ci_AlunoAvaliacao_1167681_3330" value="79262940" type="hidden">
                <input name="nr_Nota_1167681_3330" id="nr_Nota_1167681_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1130" id="ci_AlunoAvaliacao_1167681_1130" value="78941168" type="hidden">
                <input name="nr_Nota_1167681_1130" id="nr_Nota_1167681_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1140" id="ci_AlunoAvaliacao_1167681_1140" value="78775540" type="hidden">
                <input name="nr_Nota_1167681_1140" id="nr_Nota_1167681_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1200" id="ci_AlunoAvaliacao_1167681_1200" value="78769593" type="hidden">
                <input name="nr_Nota_1167681_1200" id="nr_Nota_1167681_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1620" id="ci_AlunoAvaliacao_1167681_1620" value="78876943" type="hidden">
                <input name="nr_Nota_1167681_1620" id="nr_Nota_1167681_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1730" id="ci_AlunoAvaliacao_1167681_1730" value="79278323" type="hidden">
                <input name="nr_Nota_1167681_1730" id="nr_Nota_1167681_1730" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;917067&nbsp;NAYANNE INACIO DA COSTA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="917067" type="hidden"></td>
            
            <td id="colunaNotaAluno_917067_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_154" id="ci_AlunoAvaliacao_917067_154" value="79044036" type="hidden">
                <input name="nr_Nota_917067_154" id="nr_Nota_917067_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_160" id="ci_AlunoAvaliacao_917067_160" value="79042674" type="hidden">
                <input name="nr_Nota_917067_160" id="nr_Nota_917067_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_530" id="ci_AlunoAvaliacao_917067_530" value="79045468" type="hidden">
                <input name="nr_Nota_917067_530" id="nr_Nota_917067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_780" id="ci_AlunoAvaliacao_917067_780" value="79323534" type="hidden">
                <input name="nr_Nota_917067_780" id="nr_Nota_917067_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_800" id="ci_AlunoAvaliacao_917067_800" value="79043786" type="hidden">
                <input name="nr_Nota_917067_800" id="nr_Nota_917067_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_890" id="ci_AlunoAvaliacao_917067_890" value="87704897" type="hidden">
                <input name="nr_Nota_917067_890" id="nr_Nota_917067_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_970" id="ci_AlunoAvaliacao_917067_970" value="79041815" type="hidden">
                <input name="nr_Nota_917067_970" id="nr_Nota_917067_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_3330" id="ci_AlunoAvaliacao_917067_3330" value="79045153" type="hidden">
                <input name="nr_Nota_917067_3330" id="nr_Nota_917067_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1130" id="ci_AlunoAvaliacao_917067_1130" value="79044235" type="hidden">
                <input name="nr_Nota_917067_1130" id="nr_Nota_917067_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1140" id="ci_AlunoAvaliacao_917067_1140" value="79044662" type="hidden">
                <input name="nr_Nota_917067_1140" id="nr_Nota_917067_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1200" id="ci_AlunoAvaliacao_917067_1200" value="99815360" type="hidden">
                <input name="nr_Nota_917067_1200" id="nr_Nota_917067_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1620" id="ci_AlunoAvaliacao_917067_1620" value="79043284" type="hidden">
                <input name="nr_Nota_917067_1620" id="nr_Nota_917067_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1730" id="ci_AlunoAvaliacao_917067_1730" value="77743340" type="hidden">
                <input name="nr_Nota_917067_1730" id="nr_Nota_917067_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196092&nbsp;RAYANNE FURTADO ALVES DE CASTRO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1196092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196092_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_154" id="ci_AlunoAvaliacao_1196092_154" value="79044037" type="hidden">
                <input name="nr_Nota_1196092_154" id="nr_Nota_1196092_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_160" id="ci_AlunoAvaliacao_1196092_160" value="79042675" type="hidden">
                <input name="nr_Nota_1196092_160" id="nr_Nota_1196092_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_530" id="ci_AlunoAvaliacao_1196092_530" value="79045469" type="hidden">
                <input name="nr_Nota_1196092_530" id="nr_Nota_1196092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_780" id="ci_AlunoAvaliacao_1196092_780" value="79323535" type="hidden">
                <input name="nr_Nota_1196092_780" id="nr_Nota_1196092_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_800" id="ci_AlunoAvaliacao_1196092_800" value="79043787" type="hidden">
                <input name="nr_Nota_1196092_800" id="nr_Nota_1196092_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_890" id="ci_AlunoAvaliacao_1196092_890" value="87704898" type="hidden">
                <input name="nr_Nota_1196092_890" id="nr_Nota_1196092_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_970" id="ci_AlunoAvaliacao_1196092_970" value="79041816" type="hidden">
                <input name="nr_Nota_1196092_970" id="nr_Nota_1196092_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_3330" id="ci_AlunoAvaliacao_1196092_3330" value="79045154" type="hidden">
                <input name="nr_Nota_1196092_3330" id="nr_Nota_1196092_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1130" id="ci_AlunoAvaliacao_1196092_1130" value="79044236" type="hidden">
                <input name="nr_Nota_1196092_1130" id="nr_Nota_1196092_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1140" id="ci_AlunoAvaliacao_1196092_1140" value="79044663" type="hidden">
                <input name="nr_Nota_1196092_1140" id="nr_Nota_1196092_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1200" id="ci_AlunoAvaliacao_1196092_1200" value="99815361" type="hidden">
                <input name="nr_Nota_1196092_1200" id="nr_Nota_1196092_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1620" id="ci_AlunoAvaliacao_1196092_1620" value="79043285" type="hidden">
                <input name="nr_Nota_1196092_1620" id="nr_Nota_1196092_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1730" id="ci_AlunoAvaliacao_1196092_1730" value="77743341" type="hidden">
                <input name="nr_Nota_1196092_1730" id="nr_Nota_1196092_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2399754&nbsp;REBECA FERREIRA LEMOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="2399754" type="hidden"></td>
            
            <td id="colunaNotaAluno_2399754_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_154" id="ci_AlunoAvaliacao_2399754_154" value="79044038" type="hidden">
                <input name="nr_Nota_2399754_154" id="nr_Nota_2399754_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_160" id="ci_AlunoAvaliacao_2399754_160" value="79042676" type="hidden">
                <input name="nr_Nota_2399754_160" id="nr_Nota_2399754_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_530" id="ci_AlunoAvaliacao_2399754_530" value="79045470" type="hidden">
                <input name="nr_Nota_2399754_530" id="nr_Nota_2399754_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_780" id="ci_AlunoAvaliacao_2399754_780" value="79323536" type="hidden">
                <input name="nr_Nota_2399754_780" id="nr_Nota_2399754_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_800" id="ci_AlunoAvaliacao_2399754_800" value="79043788" type="hidden">
                <input name="nr_Nota_2399754_800" id="nr_Nota_2399754_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_890" id="ci_AlunoAvaliacao_2399754_890" value="87704899" type="hidden">
                <input name="nr_Nota_2399754_890" id="nr_Nota_2399754_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_970" id="ci_AlunoAvaliacao_2399754_970" value="79041817" type="hidden">
                <input name="nr_Nota_2399754_970" id="nr_Nota_2399754_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_3330" id="ci_AlunoAvaliacao_2399754_3330" value="79045155" type="hidden">
                <input name="nr_Nota_2399754_3330" id="nr_Nota_2399754_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1130" id="ci_AlunoAvaliacao_2399754_1130" value="79044237" type="hidden">
                <input name="nr_Nota_2399754_1130" id="nr_Nota_2399754_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1140" id="ci_AlunoAvaliacao_2399754_1140" value="79044664" type="hidden">
                <input name="nr_Nota_2399754_1140" id="nr_Nota_2399754_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1200" id="ci_AlunoAvaliacao_2399754_1200" value="99815363" type="hidden">
                <input name="nr_Nota_2399754_1200" id="nr_Nota_2399754_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1620" id="ci_AlunoAvaliacao_2399754_1620" value="79043286" type="hidden">
                <input name="nr_Nota_2399754_1620" id="nr_Nota_2399754_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1730" id="ci_AlunoAvaliacao_2399754_1730" value="77743342" type="hidden">
                <input name="nr_Nota_2399754_1730" id="nr_Nota_2399754_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;477931&nbsp;RICARTHE MARQUES DE OLIVEIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="477931" type="hidden"></td>
            
            <td id="colunaNotaAluno_477931_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_154" id="ci_AlunoAvaliacao_477931_154" value="79044039" type="hidden">
                <input name="nr_Nota_477931_154" id="nr_Nota_477931_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_160" id="ci_AlunoAvaliacao_477931_160" value="79042677" type="hidden">
                <input name="nr_Nota_477931_160" id="nr_Nota_477931_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_530" id="ci_AlunoAvaliacao_477931_530" value="79045471" type="hidden">
                <input name="nr_Nota_477931_530" id="nr_Nota_477931_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_780" id="ci_AlunoAvaliacao_477931_780" value="79323537" type="hidden">
                <input name="nr_Nota_477931_780" id="nr_Nota_477931_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_800" id="ci_AlunoAvaliacao_477931_800" value="79043789" type="hidden">
                <input name="nr_Nota_477931_800" id="nr_Nota_477931_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_890" id="ci_AlunoAvaliacao_477931_890" value="87704900" type="hidden">
                <input name="nr_Nota_477931_890" id="nr_Nota_477931_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_970" id="ci_AlunoAvaliacao_477931_970" value="79041818" type="hidden">
                <input name="nr_Nota_477931_970" id="nr_Nota_477931_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_3330" id="ci_AlunoAvaliacao_477931_3330" value="79045156" type="hidden">
                <input name="nr_Nota_477931_3330" id="nr_Nota_477931_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1130" id="ci_AlunoAvaliacao_477931_1130" value="79044238" type="hidden">
                <input name="nr_Nota_477931_1130" id="nr_Nota_477931_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1140" id="ci_AlunoAvaliacao_477931_1140" value="79044665" type="hidden">
                <input name="nr_Nota_477931_1140" id="nr_Nota_477931_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1200" id="ci_AlunoAvaliacao_477931_1200" value="99815364" type="hidden">
                <input name="nr_Nota_477931_1200" id="nr_Nota_477931_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1620" id="ci_AlunoAvaliacao_477931_1620" value="79043287" type="hidden">
                <input name="nr_Nota_477931_1620" id="nr_Nota_477931_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1730" id="ci_AlunoAvaliacao_477931_1730" value="77743343" type="hidden">
                <input name="nr_Nota_477931_1730" id="nr_Nota_477931_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1291970&nbsp;STEPHANIE SANTOS ALENCAR
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1291970" type="hidden"></td>
            
            <td id="colunaNotaAluno_1291970_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_154" id="ci_AlunoAvaliacao_1291970_154" value="79044040" type="hidden">
                <input name="nr_Nota_1291970_154" id="nr_Nota_1291970_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_160" id="ci_AlunoAvaliacao_1291970_160" value="79042678" type="hidden">
                <input name="nr_Nota_1291970_160" id="nr_Nota_1291970_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_530" id="ci_AlunoAvaliacao_1291970_530" value="79045472" type="hidden">
                <input name="nr_Nota_1291970_530" id="nr_Nota_1291970_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_780" id="ci_AlunoAvaliacao_1291970_780" value="79323538" type="hidden">
                <input name="nr_Nota_1291970_780" id="nr_Nota_1291970_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_800" id="ci_AlunoAvaliacao_1291970_800" value="79043790" type="hidden">
                <input name="nr_Nota_1291970_800" id="nr_Nota_1291970_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_890" id="ci_AlunoAvaliacao_1291970_890" value="87704901" type="hidden">
                <input name="nr_Nota_1291970_890" id="nr_Nota_1291970_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_970" id="ci_AlunoAvaliacao_1291970_970" value="79041819" type="hidden">
                <input name="nr_Nota_1291970_970" id="nr_Nota_1291970_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_3330" id="ci_AlunoAvaliacao_1291970_3330" value="79045157" type="hidden">
                <input name="nr_Nota_1291970_3330" id="nr_Nota_1291970_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1130" id="ci_AlunoAvaliacao_1291970_1130" value="79044239" type="hidden">
                <input name="nr_Nota_1291970_1130" id="nr_Nota_1291970_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1140" id="ci_AlunoAvaliacao_1291970_1140" value="79044666" type="hidden">
                <input name="nr_Nota_1291970_1140" id="nr_Nota_1291970_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1200" id="ci_AlunoAvaliacao_1291970_1200" value="99815365" type="hidden">
                <input name="nr_Nota_1291970_1200" id="nr_Nota_1291970_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1620" id="ci_AlunoAvaliacao_1291970_1620" value="79043288" type="hidden">
                <input name="nr_Nota_1291970_1620" id="nr_Nota_1291970_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1730" id="ci_AlunoAvaliacao_1291970_1730" value="77743344" type="hidden">
                <input name="nr_Nota_1291970_1730" id="nr_Nota_1291970_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1288086&nbsp;THAIS CAMILLA COSTA MESQUITA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1288086" type="hidden"></td>
            
            <td id="colunaNotaAluno_1288086_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_154" id="ci_AlunoAvaliacao_1288086_154" value="79044041" type="hidden">
                <input name="nr_Nota_1288086_154" id="nr_Nota_1288086_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_160" id="ci_AlunoAvaliacao_1288086_160" value="79042679" type="hidden">
                <input name="nr_Nota_1288086_160" id="nr_Nota_1288086_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_530" id="ci_AlunoAvaliacao_1288086_530" value="79045473" type="hidden">
                <input name="nr_Nota_1288086_530" id="nr_Nota_1288086_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_780" id="ci_AlunoAvaliacao_1288086_780" value="79323539" type="hidden">
                <input name="nr_Nota_1288086_780" id="nr_Nota_1288086_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_800" id="ci_AlunoAvaliacao_1288086_800" value="79043791" type="hidden">
                <input name="nr_Nota_1288086_800" id="nr_Nota_1288086_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_890" id="ci_AlunoAvaliacao_1288086_890" value="87704902" type="hidden">
                <input name="nr_Nota_1288086_890" id="nr_Nota_1288086_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_970" id="ci_AlunoAvaliacao_1288086_970" value="79041820" type="hidden">
                <input name="nr_Nota_1288086_970" id="nr_Nota_1288086_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_3330" id="ci_AlunoAvaliacao_1288086_3330" value="79045158" type="hidden">
                <input name="nr_Nota_1288086_3330" id="nr_Nota_1288086_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1130" id="ci_AlunoAvaliacao_1288086_1130" value="79044240" type="hidden">
                <input name="nr_Nota_1288086_1130" id="nr_Nota_1288086_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1140" id="ci_AlunoAvaliacao_1288086_1140" value="79044667" type="hidden">
                <input name="nr_Nota_1288086_1140" id="nr_Nota_1288086_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1200" id="ci_AlunoAvaliacao_1288086_1200" value="99815366" type="hidden">
                <input name="nr_Nota_1288086_1200" id="nr_Nota_1288086_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1620" id="ci_AlunoAvaliacao_1288086_1620" value="79043289" type="hidden">
                <input name="nr_Nota_1288086_1620" id="nr_Nota_1288086_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1730" id="ci_AlunoAvaliacao_1288086_1730" value="77743345" type="hidden">
                <input name="nr_Nota_1288086_1730" id="nr_Nota_1288086_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 359px; left: 847px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">FRANCISCA ELIDA PEREIRA DA SILVA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>